Appliance Tls Profiles Info
The Appliance Tls Profiles Info schema contains the information about the TLS Profile.
This schema was added in vSphere API 8.0.3.0.
{
"protocol_versions": [
{
"version": "string",
"ciphers": [
"string"
]
}
],
"curves": [
"string"
],
"fips_enforced": false
}
Defines the list of TLS protocol version and their ciphers
This property was added in vSphere API 8.0.3.0.
Defines the TLS Profile curves in IANA form.
This property was added in vSphere API 8.0.3.0.
This property is deprecated as of vSphere API 9.0.0.0. in 9.0.0.0 and above all profiles are FIPS compliant, always @term true.
Indicates if FIPS 140-3 compliance is enforced for the TLS Profile. If FIPS is not enforced, some TLS features that have not been yet FIPS validated can be enabled by some crypto modules. If FIPS is enforced, non FIPS validated TLS features wont be in effect.
This property was added in vSphere API 8.0.3.0.